-
1 arithmetic underflow
Англо-русский толковый словарь терминов и сокращений по ВТ, Интернету и программированию. > arithmetic underflow
-
2 arithmetic underflow
Телекоммуникации: незаполнение арифметического регистра -
3 arithmetic underflow
English-Russian dictionary of telecommunications and their abbreviations > arithmetic underflow
-
4 underflow
= arithmetic underflowодна из ошибок при операциях с плавающей запятой (floating point underflow), когда результат настолько мал, что не может быть представлен в имеющейся разрядной сетке компьютера. В зависимости от типа процессора, языка программирования, библиотек времени исполнения обработка этой ошибки может осуществляться разными способами, в том числе с использованием аппаратного прерывания, бита статуса и т. д.Ant:2) выход за нижнюю границу; антипереполнениесм. тж. stack underflowАнгло-русский толковый словарь терминов и сокращений по ВТ, Интернету и программированию. > underflow
-
5 underflow
English-Russian dictionary of telecommunications and their abbreviations > underflow
-
6 error
- absolute error
- accidental error
- accumulated error
- accuracy error
- actual error
- addressing error
- admissible error
- alignment error
- alpha error
- altering error
- ambiguity error
- amplitude error
- analytic truncation error
- approximation error
- arithmetic error
- ascertainment error
- asymptotic error
- bad call format error
- bad command error
- bad tape error
- bad unit error
- balanced error
- balancing error
- beta error
- bias error
- black-to-white error
- block error
- burst error
- call error
- causative error
- chance error
- characteristic error
- checksum error
- code error
- coefficient setting error
- coincidence error
- common error
- compare error
- compensating error
- completeness error
- composition error
- computational error
- configuration error
- connection error
- consistency error
- constant error
- constructional error
- construction error
- contributory error
- control error
- correctable error
- correlated errors
- cratered error
- cumulative error
- data error
- data handling error
- database interface error
- data-bit error
- declare error
- deletion error
- design error
- detectable error
- determinable error
- difficult-to-locate error
- displacement error
- distinct errors
- documentation error
- double error
- double-bit error
- downward error
- drift error
- dropout error
- dynamic error
- error of behavior
- error of calculations
- error of estimation
- error of first kind
- error of solution
- error per digit
- estimated error
- estimation error
- ever-increasing error
- execution error
- expected squared error
- experimental error
- external error
- fabrication error
- fatal error
- fatal hard error
- fencepost error
- file error
- fixed error
- following error
- framing error
- frequency error
- general error
- generated error
- gross error
- handling error
- hard error
- human error
- human-factor error
- hysteresis error
- illegal control-message error
- implementation error
- indeterminate error
- inherent error
- inherited error
- initial error
- in-process error
- input error
- input/output error
- insertion error
- insidious error
- instrumental error
- intentional error
- intermittent error
- intrinsic error
- introduced error
- isolated error
- limiting error
- linearity error
- link error
- loading error
- logical error
- machine error
- marginal error
- mark-track error
- matching error
- maximum error
- mean-root-square error
- mean-square error
- metering error
- minor errors
- missing error
- misuse error
- module-parity check error
- module-parity error
- multiple error
- multiplier zero error
- no-job definition error
- non-DOS disk error
- nonsampling error
- no-paper error
- not ready error
- numerical error
- off-by-one error
- operating error
- operator error
- out of memory error
- output error
- overflow error
- overrun error
- parity check error
- parity error
- patching error
- pattern-sensitive error
- periodic error
- permissible error
- phase error
- physical error
- potentiometer loading error
- precautionary error
- predictable error
- preset database error
- probable error
- program error
- program-dependent error
- program-sensitive error
- propagated error
- propagation error
- pulse-train-starting error
- quantization error
- quit error
- random error
- read fault error
- reasonable error
- recoverable error
- recurrent error
- reduced error
- rejection error
- relative error
- repetitive error
- requirement error
- requirements compliance error
- residual error
- resolution error
- response error
- restoration error
- resultant error
- root-mean-square error
- rounding error
- roundoff error
- sampling error
- sector not found error
- seek error
- select error
- semantic error
- sequence error
- setup error
- similar errors
- single error
- single-bit error
- single-step error
- size error
- soft error
- software error
- solid burst error
- solid error
- specification error
- spelling error
- static error
- statistical error
- steady-state error
- stored error
- substitution error
- subtle error
- symptomatic error
- syntactic error
- syntax error
- system error
- systematical error
- systematic error
- time error
- time-base error
- timing error
- tolerated error
- total error
- transient error
- transmission error
- transmitted error
- triple error
- truncation error
- type I error
- typing error
- unbiased error
- uncompensated error
- uncorrectable error
- underflow error
- underrun error
- undetectable error
- unidentified error
- unidirectional error
- uniformly bounded error
- unrecoverable error
- usage error
- white-black error
- wiring error
- write error
- write fault error
- write protect error
- zero error
- zero point error
- zero-drift errorEnglish-Russian dictionary of computer science and programming > error
-
7 exception
исключительная (нештатная, особая) ситуация, проф. исключениенеобычная, непредусмотренная или ошибочная ситуация, которая может возникнуть при выполнении программы и изменить её нормальное функционирование. Такие ситуации могут диагностироваться как программными, так и аппаратными средствами. В программировании исключениями называются ситуации, которые обрабатываются вне нормального исполнения задачи. В более широком смысле к исключениям относят также и прерывания. Существуют два основных типа исключительных ситуаций - аппаратные (hardware exception) и программные (software exception), и две категории - с возможностью восстановления (recoverable exception) и без возможности восстановления (non-recoverable exception).Exceptions can be any condition that causes normal operation to be interrupted, such as interrupts, arithmetic overflow, and bus errors. — Исключениями могут быть любые ситуации, вызывающие изменение нормального режима работы, например прерывания, арифметические переполнения и ошибки шины см. тж. error trapping, exception declaration, exception handler, exception message, overflow, software, underflow, unhandled exception
Англо-русский толковый словарь терминов и сокращений по ВТ, Интернету и программированию. > exception
-
8 overflow
1) (также arithmetic overflow, OV, OVF) - переполнениеодна из ошибок арифметических операций, когда результат вычислений слишком велик, чтобы его можно было представить в имеющейся разрядной сетке компьютера (в регистре либо в отведённой для хранения результата переменной). Обычно эта ситуация распознаётся на аппаратном уровне и вызывает соответствующее прерываниеAnt:2) переполнять[ся]; выход (выходить) за верхнюю границуАнгло-русский толковый словарь терминов и сокращений по ВТ, Интернету и программированию. > overflow
См. также в других словарях:
Arithmetic underflow — (or floating point underflow , floating underflow , underflow ) is a condition that can occur when the result of a floating point operation would be smaller in magnitude (closer to zero, either positive or negative) than the smallest quantity… … Wikipedia
Underflow — may refer to:* Buffer underflow, in computer science, a condition in which an attempt is made to read an empty buffer * Arithmetic underflow, in floating point arithmetic, a condition in which an intermediate result is strictly between zero and… … Wikipedia
Arithmetic overflow — The term arithmetic overflow or simply overflow has the following meanings. In a computer, the condition that occurs when a calculation produces a result that is greater in magnitude than that which a given register or storage location can store… … Wikipedia
Standard deviation — In probability and statistics, the standard deviation is a measure of the dispersion of a collection of values. It can apply to a probability distribution, a random variable, a population or a data set. The standard deviation is usually denoted… … Wikipedia
Signed zero — is zero with an associated sign. In ordinary arithmetic, −0 = +0 = 0. However, in computing, some number representations allow for the existence of two zeros, often denoted by −0 (negative zero) and +0 (positive zero). This… … Wikipedia
NaN — For other uses, see Nan. In computing, NaN (Not a Number) is a value of the numeric data type representing an undefined or unrepresentable value, especially in floating point calculations. Systematic use of NaNs was introduced by the IEEE 754… … Wikipedia
Soupassement arithmétique — Le terme soupassement arithmétique, soupassement en virgule flottante, soupassement de capacité ou tout simplement soupassement est un néologisme qui s inspire du mot dépassement. Le soupassement est parfois connu sous le nom anglais arithmetic… … Wikipédia en Français
−0 (number) — −0 is the representation of negative zero or minus zero, a number that, in computing, exists in some signed number representations for integers, and in most floating point number representations. In mathematical terms there is no concept of a… … Wikipedia
Analyse lexicale — L analyse lexicale se trouve tout au début de la chaîne de compilation. C est la tâche consistant à décomposer une chaîne de caractères en unités lexicales, aussi appelées tokens. Ces tokens, produits à la demande de l analyseur syntaxique, sont… … Wikipédia en Français
Analyse statique de programmes — En informatique, la notion d analyse statique de programmes couvre une variété de méthodes utilisées pour obtenir des informations sur le comportement d un programme lors de son exécution sans réellement l exécuter. C est cette dernière… … Wikipédia en Français
Analyse syntaxique — Pour les articles homonymes, voir Analyseur. L analyse syntaxique consiste à mettre en évidence la structure d un texte, généralement un programme informatique ou du texte écrit dans une langue naturelle. Un analyseur syntaxique (parser, en… … Wikipédia en Français